tests: Add board qualification tests for user pins.#94
Merged
nedseb merged 4 commits intofeature/board-qualification-frameworkfrom Mar 13, 2026
Merged
tests: Add board qualification tests for user pins.#94nedseb merged 4 commits intofeature/board-qualification-frameworkfrom
nedseb merged 4 commits intofeature/board-qualification-frameworkfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an initial board-level qualification scenario to exercise user-accessible pins on the STeaMi edge connector/croc pads using the new type: board scenario support (from #89).
Changes:
- Introduces
tests/scenarios/board_pins.yamlas atype: boardscenario. - Adds 6 analog (ADC) smoke tests and 6 digital pull-up read tests for user pins.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
243d844 to
a61baf8
Compare
Contributor
Author
|
Corrections suite à la review Copilot (f3fbfc9) :
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #88
Depends on #89 (framework extension)
Adds initial board qualification tests for user-accessible pins on the edge connector and crocodile clip pads. These tests verify basic GPIO/ADC functionality of each pin.
Note: Full pin testing requires a physical test bench (jig). Current tests cover basic ADC reads and digital pull-up reads. More comprehensive loopback/continuity tests will be added once the test bench hardware is designed.
Scenario:
tests/scenarios/board_pins.yamlAnalog pin tests (ADC read)
P0P1P2P3P4P10Digital pin tests (pull-up read)
P6P7P8P9P12P16How to test
Test results
Hardware test results will be added after board validation on test bench.
Test plan
ruff check tests/— passedpytest tests/ -k mock— 41 passed (no regression)--port